home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / dtime / data.1 / DTSET.RC < prev    next >
Encoding:
Text File  |  1996-07-08  |  6.8 KB  |  228 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Dialog
  27. //
  28.  
  29. IDD_DTSET DIALOGEX 0, 0, 261, 234
  30. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  31. EXSTYLE WS_EX_APPWINDOW
  32. CAPTION "DTime Configuration"
  33. FONT 8, "Arial"
  34. BEGIN
  35.     DEFPUSHBUTTON   "OK",IDOK,145,213,50,14
  36.     PUSHBUTTON      "Cancel",IDCANCEL,204,213,50,14
  37.     LTEXT           "Date when the Gregorian Calendar was introduced in your country",
  38.                     IDC_STATIC,7,49,116,16
  39.     EDITTEXT        IDC_GREGORIAN_DATE,7,69,84,12,ES_AUTOHSCROLL | 
  40.                     ES_READONLY
  41.     LTEXT           "Date when the Julian Calendar was phased out in your country",
  42.                     IDC_STATIC,7,7,109,17
  43.     EDITTEXT        IDC_JULIAN_DATE,7,27,84,12,ES_AUTOHSCROLL | ES_READONLY
  44.     LTEXT           "Default CDate::Format string parameter (Current date used as e.g)",
  45.                     IDC_STATIC,126,7,128,19
  46.     EDITTEXT        IDC_CDATE_FORMAT,135,28,82,12,ES_AUTOHSCROLL
  47.     LTEXT           "Default CLTimeSpan::Format string parameter (CLTimeSpan(1, 2, 3, 4, 5) used as e.g)",
  48.                     IDC_STATIC,117,66,137,26
  49.     EDITTEXT        IDC_CLTIMESPAN_FORMAT,136,95,82,12,ES_AUTOHSCROLL
  50.     LTEXT           "Default CLTimeOfDay::Format string parameter (Current local time of day used as e.g)",
  51.                     IDC_STATIC,7,95,123,26
  52.     EDITTEXT        IDC_CLTIMEOFDAY_FORMAT,7,124,115,12,ES_AUTOHSCROLL
  53.     LTEXT           "Default CLDate::Format string parameter (Current local time used as e.g)",
  54.                     IDC_STATIC,7,162,138,19
  55.     EDITTEXT        IDC_CLDATE_FORMAT,7,183,148,12,ES_AUTOHSCROLL
  56.     LTEXT           "",IDC_CDATE_EG,149,42,105,12
  57.     LTEXT           "",IDC_CLTIMESPAN_EG,153,109,101,12
  58.     LTEXT           "",IDC_CLTIMEOFDAY_EG,25,139,108,12
  59.     LTEXT           "",IDC_CLDATE_EG,23,196,231,12
  60.     LTEXT           "Day of Week which marks the begining of the week in your country",
  61.                     IDC_STATIC,135,136,121,18
  62.     COMBOBOX        IDC_BEGINDAYOFWEEK,164,159,73,58,CBS_DROPDOWNLIST | 
  63.                     CBS_SORT | WS_VSCROLL | WS_TABSTOP
  64.     LTEXT           "e.g:",IDC_STATIC,135,42,12,8
  65.     LTEXT           "e.g:",IDC_STATIC,9,139,12,8
  66.     LTEXT           "e.g:",IDC_STATIC,139,109,12,8
  67.     LTEXT           "e.g:",IDC_STATIC,7,196,12,8
  68. END
  69.  
  70.  
  71. #ifndef _MAC
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Version
  75. //
  76.  
  77. VS_VERSION_INFO VERSIONINFO
  78.  FILEVERSION 1,0,0,1
  79.  PRODUCTVERSION 1,0,0,1
  80.  FILEFLAGSMASK 0x3fL
  81. #ifdef _DEBUG
  82.  FILEFLAGS 0x1L
  83. #else
  84.  FILEFLAGS 0x0L
  85. #endif
  86.  FILEOS 0x4L
  87.  FILETYPE 0x1L
  88.  FILESUBTYPE 0x0L
  89. BEGIN
  90.     BLOCK "StringFileInfo"
  91.     BEGIN
  92.         BLOCK "040904B0"
  93.         BEGIN
  94.             VALUE "CompanyName", "\0"
  95.             VALUE "FileDescription", "DATENTRY MFC Application\0"
  96.             VALUE "FileVersion", "1, 0, 0, 1\0"
  97.             VALUE "InternalName", "DATENTRY\0"
  98.             VALUE "LegalCopyright", "Copyright ⌐ 1996\0"
  99.             VALUE "LegalTrademarks", "\0"
  100.             VALUE "OriginalFilename", "DATENTRY.EXE\0"
  101.             VALUE "ProductName", "DATENTRY Application\0"
  102.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  103.         END
  104.     END
  105.     BLOCK "VarFileInfo"
  106.     BEGIN
  107.         VALUE "Translation", 0x409, 1200
  108.     END
  109. END
  110.  
  111. #endif    // !_MAC
  112.  
  113.  
  114. /////////////////////////////////////////////////////////////////////////////
  115. //
  116. // DESIGNINFO
  117. //
  118.  
  119. #ifdef APSTUDIO_INVOKED
  120. GUIDELINES DESIGNINFO DISCARDABLE 
  121. BEGIN
  122.     IDD_DTSET, DIALOG
  123.     BEGIN
  124.         LEFTMARGIN, 7
  125.         RIGHTMARGIN, 254
  126.         TOPMARGIN, 7
  127.         BOTTOMMARGIN, 227
  128.     END
  129. END
  130. #endif    // APSTUDIO_INVOKED
  131.  
  132.  
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // String Table
  136. //
  137.  
  138. STRINGTABLE DISCARDABLE 
  139. BEGIN
  140.     IDS_ABOUTBOX            "&About datentry..."
  141.     IDS_EG                  "E.g. %1"
  142. END
  143.  
  144. #endif    // English (U.S.) resources
  145. /////////////////////////////////////////////////////////////////////////////
  146.  
  147.  
  148. /////////////////////////////////////////////////////////////////////////////
  149. // English (Ireland) resources
  150.  
  151. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENI)
  152. #ifdef _WIN32
  153. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_EIRE
  154. #pragma code_page(1252)
  155. #endif //_WIN32
  156.  
  157. #ifdef APSTUDIO_INVOKED
  158. /////////////////////////////////////////////////////////////////////////////
  159. //
  160. // TEXTINCLUDE
  161. //
  162.  
  163. 1 TEXTINCLUDE DISCARDABLE 
  164. BEGIN
  165.     "resource.h\0"
  166. END
  167.  
  168. 2 TEXTINCLUDE DISCARDABLE 
  169. BEGIN
  170.     "#include ""afxres.h""\r\n"
  171.     "\0"
  172. END
  173.  
  174. 3 TEXTINCLUDE DISCARDABLE 
  175. BEGIN
  176.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  177.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  178.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  179.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  180.     "\r\n"
  181.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  182.     "#ifdef _WIN32\r\n"
  183.     "LANGUAGE 9, 1\r\n"
  184.     "#pragma code_page(1252)\r\n"
  185.     "#endif\r\n"
  186.     "#include ""res\\dtset.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  187.     "#include ""afxres.rc""         // Standard components\r\n"
  188.     "#endif\0"
  189. END
  190.  
  191. #endif    // APSTUDIO_INVOKED
  192.  
  193.  
  194. /////////////////////////////////////////////////////////////////////////////
  195. //
  196. // Icon
  197. //
  198.  
  199. // Icon with lowest ID value placed first to ensure application icon
  200. // remains consistent on all systems.
  201. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\dtset.ico"
  202. #endif    // English (Ireland) resources
  203. /////////////////////////////////////////////////////////////////////////////
  204.  
  205.  
  206.  
  207. #ifndef APSTUDIO_INVOKED
  208. /////////////////////////////////////////////////////////////////////////////
  209. //
  210. // Generated from the TEXTINCLUDE 3 resource.
  211. //
  212. #define _AFX_NO_SPLITTER_RESOURCES
  213. #define _AFX_NO_OLE_RESOURCES
  214. #define _AFX_NO_TRACKER_RESOURCES
  215. #define _AFX_NO_PROPERTY_RESOURCES
  216.  
  217. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  218. #ifdef _WIN32
  219. LANGUAGE 9, 1
  220. #pragma code_page(1252)
  221. #endif
  222. #include "res\dtset.rc2"  // non-Microsoft Visual C++ edited resources
  223. #include "afxres.rc"         // Standard components
  224. #endif
  225. /////////////////////////////////////////////////////////////////////////////
  226. #endif    // not APSTUDIO_INVOKED
  227.  
  228.